home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / mail / pine3.96.tar.gz / pine3.96.tar / pine3.96 / pine / osdep / diskquot.ptx < prev    next >
Text File  |  1993-07-15  |  127b  |  10 lines

  1. #if defined(USE_QUOTAS)
  2.  
  3. #include <sys/ufsquota.h>
  4. #define MTABNAME "/etc/mnttab"
  5.  
  6. include(sunquota)
  7. #endif /* USE_QUOTAS */
  8.  
  9.  
  10.